home *** CD-ROM | disk | FTP | other *** search
/ GAINAX NET Art Museum 2 / GAM GAINAX NET Art Museum Vol. 2 (2002.12-2003.11).iso / mac / script / chg.js < prev    next >
Text File  |  2002-12-03  |  2KB  |  1 lines

  1. var btimg = new Array();btimg[0] = new Image();btimg[0].src = "../com_img/mb_if.gif";btimg[1] = new Image();btimg[1].src = "../com_img/mb_in.gif";btimg[2] = new Image();btimg[2].src = "../com_img/mb_gf.gif";btimg[3] = new Image();btimg[3].src = "../com_img/mb_gn.gif";btimg[4] = new Image();btimg[4].src = "../com_img/mb_lf.gif";btimg[5] = new Image();btimg[5].src = "../com_img/mb_ln.gif";btimg[6] = new Image();btimg[6].src = "../com_img/mb_hf.gif";btimg[7] = new Image();btimg[7].src = "../com_img/mb_hn.gif";btimg[8] = new Image();btimg[8].src = "../com_img/nr_prvf.gif";btimg[9] = new Image();btimg[9].src = "../com_img/nr_prvn.gif";btimg[10] = new Image();btimg[10].src = "../com_img/nr_indf.gif";btimg[11] = new Image();btimg[11].src = "../com_img/nr_indn.gif";btimg[12] = new Image();btimg[12].src = "../com_img/nr_nxtf.gif";btimg[13] = new Image();btimg[13].src = "../com_img/nr_nxtn.gif";btimg[14] = new Image();btimg[14].src = "../com_img/nb_prvf.gif";btimg[15] = new Image();btimg[15].src = "../com_img/nb_prvn.gif";btimg[16] = new Image();btimg[16].src = "../com_img/nb_indf.gif";btimg[17] = new Image();btimg[17].src = "../com_img/nb_indn.gif";btimg[18] = new Image();btimg[18].src = "../com_img/nb_nxtf.gif";btimg[19] = new Image();btimg[19].src = "../com_img/nb_nxtn.gif";btimg[20] = new Image();btimg[20].src = "../com_img/c_call.gif";btimg[21] = new Image();btimg[21].src = "../com_img/c_on.gif";btimg[22] = new Image();btimg[22].src = "../com_img/c_cls.gif";btimg[23] = new Image();btimg[23].src = "../com_img/c_clsl.gif";btimg[24] = new Image();btimg[24].src = "../com_img/open.gif";btimg[25] = new Image();btimg[25].src = "../com_img/openl.gif";function chgimage(targetimage,srcnum){document.images[targetimage].src = btimg[srcnum].src;}